home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 November / Designer's Club 1997 November.iso / pc / Ideasrc / Lab.Dir / 00030_Script_30 < prev    next >
Text File  |  1997-10-06  |  209b  |  10 lines

  1. on mouseDown
  2.   puppetsound"click"
  3.   repeat while the mousedown
  4.     set the visible of sprite 12 to false
  5.     updatestage
  6.   end repeat
  7.   set the visible of sprite 12 to true
  8.   updatestage
  9.   go "m2"
  10. end